toRight
Returns a Left containing the given argument left if this is empty, or a Right containing this option's value if it is defined.
Return
a Left containing the given argument left if this is empty, or a Right containing this option's value if it is defined.
Parameters